home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-11 / vs_804.zip / VS_DEMO.EXE / VERNSIX.DBF (.txt) < prev    next >
dBase/FoxBase/XBase Database File  |  1991-11-14  |  25KB  |  161 rows

#FUNC_NAME,C,15SHORT,C,56DESC,MSYNTAX,MPASS,MRETURN,MNOTES,MEXAMPLE,MUSAGE,MSEEALSO,M
1VS_AddRec()Add a new record by re-using deleted records        
2VS_Alert()Question box with multiple buttons        
3VS_Append()Add a new record        
4VS_ArraySkip()TBrowse SkipBlock for arrays        
5VS_Ask()Asks the user a one line question        
6VS_Ask2()Asks the user a multi-line question        
7VS_Black()Returns the codes to turn "Black" on        
8VS_Blue()Returns the codes to turn "Blue" on        
9VS_Bold()Print a string in "Bold" mode        
10VS_BoldOff()Returns the codes to turn "Bold" off        
11VS_BoldOn()Returns the codes to turn "Bold" on        
12VS_BoxStr()Returns the current box string        
13VS_Browse()Database pick-list/browser routine                   CHG        
14VS_CanMake()Returns recreate setting from data dictionary        
15VS_Center()Centers a string        
16VS_CfgFile()Returns the name of the current Config file        
17VS_ChkAuth()Checks the user's security authorization        
18VS_CloseLst()Close a list of databases        
19VS_Color()Prompts user for color settings        
20VS_Cond()Print a string in "Condensed" mode        
21VS_CondOff()Returns the codes to turn "Condensed" off        
22VS_CondOn()Returns the codes to turn "Condensed" on        
23VS_Coord()Allows the user to size a box on the screen        
24VS_Correct()Prompts user for "correctness" of the screen        
25VS_CreateHelp()Create the HELP database.        
26VS_Cvt2Str()Convert any data type to string                      NEW        
27VS_CvtCode()Converts a "Lotus" style printer string        
28VS_DbfList()Returns a list of all databases in dictionary        
29VS_Dbl()Print a string in "Double width" mode        
30VS_DblOff()Returns the codes to turn "Double width" off        
31VS_DblOn()Returns the codes to turn "Double width" on        
32VS_DecTo36()Converts an integer to a base 36 number        
33VS_Decrypt()Decrypts a string encrypted with VS_Encrypt()        
34VS_DefPal()Sets the color palette defaults        
35VS_DelRec()Delete a record so VS_AddRec() can re-use it        
36VS_DictPath()Returns the path for a given database file        
37VS_DictStru()Returns a structure of a given database file        
38VS_Die()Alert the user of a serious error        
39VS_Dim()Dim an area of the screen        
40VS_Dol2Str()Converts a number to a "dollar" string        
41VS_Draft()Returns the codes to print in "draft" mode        
42VS_DropScr()Drops the last screen saved with VS_GrabScr()        
43VS_Dte2Txt()Converts a date expression to character        
44VS_EatKeys()Stops user from bypassing VALID clause w/PgDn        
45VS_Edit()Emulates the dBASE III+ "Edit" command        
46VS_Encrypt()Encrypt a string        
47VS_EndText()Restores screen to status before VS_Text()        
48VS_FLock()Locks the currently selected database        
49VS_FakeLckSimulates a network lock        
50VS_FileSel()Queries user for filename matching wildcard        
51VS_Filt()Interactively build a filter        
52VS_FootNote()Sets the footnote for VS_Text()                      NEW        
53VS_FormFeed()Returns the form feed character for printer        
54VS_GrabScr()Captures the contents of the screen        
55VS_Green()Returns the codes to turn "Green" on        
56VS_Help()Context sensitive help for each variable        
57VS_HelpPrg()Override PROCNAME() passed w/hotkey        
58VS_HelpVar()Override READVAR() passed w/hotkey        
59VS_InitHelp()Opens necessary help files (DBF, DBT & NTX)          CHG        
60VS_InitPrtr()Select/add/edit a printer configuration              CHG        
61VS_InitVern()Initializes the Vern Six ToolBox        
62VS_Initials()Returns the user's initials                          NEW        
63VS_Inkey()Replacement for INKEY() - make it into a wait        
64VS_Ital()Print a string in "Italics" mode        
65VS_ItalOff()Returns the codes to turn "Italics" off        
66VS_ItalOn()Returns the codes to turn "Italics" on        
67VS_LineFeed()Returns the control codes to advance one line        
68VS_LinesPg()Returns the lines per page for the printer        
69VS_Login()Forces a user to provide a correct password          CHG        
70VS_MakeHlp()Create context help screens after compile        
71VS_Menu()"Pull-Down" menu system        
72VS_MntPwd()Maintain/update SECURITY.DBF                         CHG        
73VS_Msg()Displays a message in a window        
74VS_NetEdit()Set the Network Edit feature of VS_EDIT()        
75VS_NewScrn()Draws a new "pretty" screen        
76VS_Nlq()Returns the codes to print in "NLQ" mode        
77VS_NoOther()Ensures that a key is unique        
78VS_NotEmpty()VALID clause to make sure string is not empty        
79VS_NotNeg()VALID clause to ensure number is not negative        
80VS_NotPos()VALID clause to ensure number is not positive        
81VS_NotZero()VALID clause to ensure number is not zero        
82VS_NtxAll()Reindex all files listed in data dictionary        
83VS_NtxList()Returns a list of all indexes for a database        
84VS_Num2Txt()Converts a numeric value to a string        
85VS_OpenAll()Opens all the databases in the data dictionar        
86VS_OpenDbf()Opens a DBF file and all its NTX files        
87VS_OpenLst()Open a list of databases        
88VS_Orange()Returns the codes to turn "Orange" on        
89VS_PackAll()Removes deleted records from all databases        
90VS_Palette()Set the active color palette        
91VS_Parse()Parse a string for the next word        
92VS_Pick()*Database "pick-list" routine        
93VS_PopDbf()Restores a work area the way it was from stck        
94VS_PopSets()Restores all of the SET settings from stack        
95VS_PrintTst()Tests the currently defined printer        
96VS_Proper()Sets the first letter to Uppercase        
97VS_PrtMsg()Display a "printing" message        
98VS_Purple()Returns the codes to turn "Purple" on        
99VS_PushDbf()Save all the information about a work area        
100VS_PushSets()Save all of the SET settings to a stack        
101VS_PutScr()Restores a screen captured with VS_GrabScr()        
102VS_RLock()Locks the currently selected record        
103VS_Random()Returns a random integer        
104VS_ReadClr()Reads color palettes from config database        
105VS_Red()Returns the codes to turn "Red" on        
106VS_Reset()Returns control codes to reset the printer        
107VS_SaveClr()Saves color palettes to config database        
108VS_ScrlBar()Calculate light bar position        
109VS_SetOrder()Set the controlling order of index files        
110VS_ShdwFill()Returns the current shadow fill character        
111VS_ShdwType()Returns the current shadow type        
112VS_ShowNtx()Index "gas guage"                                    CHG        
113VS_Tell()Tell the user a message and wait        
114VS_Text()Display a message in a window                        CHG        
115VS_TextEnh()Returns the enhanced text color        
116VS_TextStd()Returns the standard text color        
117VS_TextUns()Returns the unselected text color        
118VS_Title()Sets the title for VS_Text()                         NEW        
119VS_TxtColr()Sets color to "text mode"        
120VS_Und()Print a string in "Underline" mode        
121VS_UndOff()Returns the codes to turn "Underline" off        
122VS_UndOn()Returns the codes to turn "Underline" on        
123VS_Unique()Returns a six character unique string        
124VS_Use()Opens a file on a local area network                 CHG        
125VS_UserName()Returns the user's full name                         NEW        
126VS_VBoxStr()Returns the current box string for pulldowns        
127VS_ValKeys()VALID clause to test if key is in a list        
128VS_Version()Returns the current version of VERNSIX.LIB        
129VS_Wind()Draws a window with optional shadow, etc.        
130VS_WindBox()Returns the color of window boxes        
131VS_WindEnh()Returns the enhanced window color        
132VS_WindShdw()Returns the color of character window shadows        
133VS_WindStd()Returns the standard window color        
134VS_WindUns()Returns the unselected window color        
135VS_WndColr()Sets color to "window mode"        
136VS_Write()Write a string to a text file        
137VS_WriteLn()Write a string to a text file with CR/LF        
138VS_Yellow()Returns the codes to turn "Yellow" on        
139VS_PrintNtx()Print the internal index stack                       NEW        
140VS_NtxDict()Returns the internal index stack as an array         NEW        
141VS_SnapShot()Grab a "snap-shot" of your application               NEW        
142VS_SnapFile()Change the output file name VS_SnapShot()            NEW        
143VS_SetPath()Set the default path for DBF/NTX files               NEW        
144VS_OpenDict()Open the data dictionary                             NEW        
145VS_CloseDict()Close all open data dictionary files                 NEW        
146VS_DictVar()Set the environment variable that VS_OpenDbf() uses  NEW        
147VS_DateTime()Returns a numeric "date/time" value                  NEW        
148VS_GetDate()Returns a date expression from a "date/time" value   NEW        
149VS_GetTime()Returns a time expression from a "date/time" value   NEW        
150VS_ElapDays()Determine elapsed days between two "date/time"       NEW        
151VS_ElapHours()Determine elapsed hours between two "date/time"      NEW        
152VS_ElapMins()Determine elapsed minutes between two "date/time"    NEW        
153VS_ElapSecs()Determine elapsed seconds between two "date/time"    NEW        
154VS_AddDays()Add a specified number of days to a "date/time"      NEW        
155VS_AddHours()Add a specified number of hours to a "date/time"     NEW        
156VS_AddMins()Add a specified number of minutes to a "date/time"   NEW        
157VS_AddSecs()Add a specified number of seconds to a "date/time"   NEW        
158VS_HelpDbf()Returns the current help database                    NEW        
159VS_SemaMins()Set number of minutes a semaphore remains active     NEW        
160VS_SemaPhore()Lock/Unlock a semaphore                              NEW